home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / MacOS 8 Sessions / MacOS 8 Extensions / Demo Patch Code / MMSharedData.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-13  |  253 b   |  32 lines  |  [TEXT/CWIE]

  1. #include <Types.h>
  2. #include "MMSharedData.h"
  3.  
  4. unsigned long            gMMNextAppNumber = 0;
  5. MMAppListType        gMMAppList[NUMAPPS] =
  6. {
  7.     {
  8.         "\p",0
  9.     },
  10.     {
  11.         "\p",0
  12.     },
  13.     {
  14.         "\p",0
  15.     },
  16.     {
  17.         "\p",0
  18.     },
  19.     {
  20.         "\p",0
  21.     },
  22.     {
  23.         "\p",0
  24.     },
  25.     {
  26.         "\p",0
  27.     },
  28.     {
  29.         "\p",0
  30.     }
  31. };
  32.